home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / contrib / norman / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-30  |  373 b   |  11 lines  |  [TEXT/MPS ]

  1. LIB=/dev/null    # to be overridden
  2. DIRS=numarkup
  3.  
  4. all: ;    for i in $(DIRS); do (cd $$i; make ICONC=$(ICONC) ICONT=$(ICONT) all); done
  5. install: ;    for i in $(DIRS); do (cd $$i; make LIB=$(LIB) BIN=$(BIN) install); done
  6. source: ;    for i in $(DIRS); do (cd $$i; make source); done
  7. clean: ;    for i in $(DIRS); do (cd $$i; make clean); done
  8. iconlib:    # cheap hack for slackmake
  9.     true
  10.  
  11.